body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	background: #FFFFFF /*#F3FAFF;*/
	}
	
a:link {
	color: #76B0D5;
	text-decoration: none;
	}
	
a:visited {
	color: #7B878F;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #2399E5;
	}
	
#container {
	width: 760px;
	}	
	
#header {
	color: #76B0D5;
	background: *#C5E7FD;
	border-bottom: 3px solid #76B0D5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	padding: 10px;
	}
	
#content {
	margin: 10px;
	color: #2d12f8; /* #555;*/
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
p {
	font-size: .9em;
	}


#firstcol {
	float: left;
	}
	
#secondcol {
	float: left;
	}

#thirdcol {
	padding-top: 10px;
	margin-right: 106px;
	margin-bottom: 10px;
	float: right;
	}
	
	
/* =-=-=-=-=-=-=-[Menu 3]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 240px;
	border: 0px solid #ffffff; /*#ccc;*/
	margin: 20px 0px 20px 20px;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #000000; /*#888;*/
	display: block;
	background: url(images/menu3-18.gif) no-repeat;
	padding: 8px 10px 0px 10px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #ffffff; /*#283A50;*/
	background: url(images/menu3-18.gif) no-repeat 0 -32px;
	padding: 8px 10px 0px 10px;
	}